home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_80192.txt < prev    next >
Text File  |  1989-08-22  |  3KB  |  167 lines

  1. -- background: 80192 from stack: in
  2. -- bmap block id: 80568
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.2.2 Title
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 15 (field)
  23. -- low flags: 81
  24. -- high flags: 0001
  25. -- rect: left=423 top=0 right=13 bottom=466
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 65535
  29. -- font id: 4
  30. -- text size: 9
  31. -- style flags: 0
  32. -- line height: 12
  33. -- part name: CardTitle
  34.  
  35.  
  36. -- part 25 (button)
  37. -- low flags: 00
  38. -- high flags: 2000
  39. -- rect: left=478 top=319 right=341 bottom=498
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1238 / 1238
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Prev
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   lock screen
  51.   go prev
  52.   unlock screen with scroll right
  53. end mouseUp
  54.  
  55.  
  56. -- part 26 (button)
  57. -- low flags: 00
  58. -- high flags: 2000
  59. -- rect: left=493 top=319 right=341 bottom=512
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 1237 / 1237
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: Next
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   lock screen
  71.   go next
  72.   unlock screen with scroll left
  73. end mouseUp
  74.  
  75.  
  76. -- part 27 (button)
  77. -- low flags: 00
  78. -- high flags: 2000
  79. -- rect: left=482 top=294 right=320 bottom=509
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 1236 / 1236
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: Last Menu
  88.  
  89.  
  90. -- part 28 (button)
  91. -- low flags: 00
  92. -- high flags: 2000
  93. -- rect: left=482 top=176 right=205 bottom=511
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 162 / 162
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: Help
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   Help
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 29 (button)
  110. -- low flags: 00
  111. -- high flags: 2000
  112. -- rect: left=480 top=143 right=172 bottom=511
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 1310 / 1310
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: Student Services
  121. ----- HyperTalk script -----
  122. on mousedown
  123.   SSpopUp
  124. end mousedown
  125.  
  126. on mouseup
  127.   if the mouseloc is not within the rect of me then exit to hyperCard
  128.   doSS
  129. end mouseup
  130.  
  131.  
  132.  
  133. -- part 30 (button)
  134. -- low flags: 00
  135. -- high flags: 0000
  136. -- rect: left=443 top=5 right=72 bottom=512
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 0 / 0
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: Instant Reference
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   instantReference "1.2.2"
  148. end mouseUp
  149.  
  150.  
  151. -- part 32 (button)
  152. -- low flags: 00
  153. -- high flags: 2000
  154. -- rect: left=482 top=208 right=234 bottom=509
  155. -- title width / last selected line: 0
  156. -- icon id / first selected line: 1234 / 1234
  157. -- text alignment: 1
  158. -- font id: 0
  159. -- text size: 12
  160. -- style flags: 0
  161. -- line height: 16
  162. -- part name: Lesson
  163. ----- HyperTalk script -----
  164. on mouseUp
  165.   lesson "1.2.2"
  166. end mouseUp
  167.